home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / comm / mail / YToolsNG.readme < prev    next >
Encoding:
Text File  |  1998-05-05  |  7.1 KB  |  178 lines

  1. Short:    V1.2 Rewrap, reformat, unmime YAM files
  2. Author:   dwhiting@europa.com  (Dick Whiting)
  3. Uploader: dwhiting@europa.com  (Dick Whiting)
  4. Version:  V1.2 YToolsNG needs MUI
  5. Type:     comm/mail
  6. Replaces: comm/mail/YToolsNG*
  7.  
  8.                  Copyright ©1998 by Dick Whiting                      
  9.  
  10.  
  11.   Standard Disclaimer: I wrote it, it works for me, I don't guarantee           
  12.   that it will do anything productive for anyone else, etc. etc. ;-)            
  13.  
  14.   HOWEVER, if you do find a use for it: I homeschool my kids and they would
  15.   love a postcard from where EVER you live. Instant Geography Lesson;)          
  16.  
  17.   Postcards:    Dick Whiting
  18.                 28590 S. Beavercreek Rd.
  19.                 Mulino, Oregon 97042
  20.                 USA                                                             
  21.  
  22.   Email:        Dick Whiting <dwhiting@europa.com>
  23.   Web  :        www.europa.com/~dwhiting/
  24.  
  25.   Translations (available or in process)
  26.  
  27.     Danish         Henrik Andreasen    larsa@post7.tele.dk
  28.     German         Michael Lünse       m.luense@t-online.de
  29.     Italian        Francesco Mancuso   mcfrank@mediatel.it
  30.  
  31.     If you would like to provide a catalog for these, email them to me
  32.     and I'll post it on my web page and include them in the next update.
  33.  
  34.                                                                                
  35. Basics  
  36. ---------
  37.  
  38.    These two programs and the ARexx scripts to envoke them allow you to 
  39.    rewrap badly formatted mail, change headers, do minor final editing of
  40.    mail, insert MUI control codes, and convert quoted-printable formatted
  41.    mail to 8bit plain text. 
  42.  
  43.    Though these were written with Marcel Beck's YAM in mind, they should
  44.    work fine with any mailer that stores its mail in individual files.
  45.  
  46.    Note that YTCreformat works quite well with ANY text file.
  47.  
  48. Requirements  
  49. ---------------
  50.  
  51.    Nothing additional required (except MUI, of course).
  52.  
  53. Quick Start
  54. -----------
  55.  
  56.    Copy the programs, their icons, and the *.rexx files into the Yam:rexx
  57.    directory. If you put them somewhere else, you'll need to edit the rexx
  58.    script variable for each program location.
  59.  
  60.    Add the scripts to the YAM rexx menu or place them on an URB button. 
  61.    Select a mail in YAM and run the rexx script.
  62.  
  63.    If you don't know about URB, look on Aminet:
  64.  
  65.       URB.lha  util/misc Ubiquitous Resource Bars v1.0
  66.  
  67.    The Arexx scripts are not necessary if you run these from URB, CLI, or 
  68.    similar launcher.
  69.  
  70.  
  71. FILES INCLUDED IN THIS ARCHIVE:
  72.  
  73.    Catalogs               directory containing localization pieces
  74.    Readme                 this readme
  75.    ReadMe.mui             information about Stefan Stuntz' MUI
  76.    YTCreformat            reformatting program
  77.    YTCreformat.info       icon for same...yeah, you want to make one:)
  78.    YTCreformat.readme     very short readme for YTCreformat
  79.    YTCreformat.rexx       rexx script to call program from YAM
  80.    YTCunmime              Quoted-Printable to 8bit converter
  81.    YTCunmime.info         icon ... same comment.
  82.    YTCunmime.readme       very short readme for YTCunmime
  83.    YTCunmime.rexx         rexx script to call program from YAM
  84.  
  85. There may be versions of these with a suffix such as '.DK' this
  86. indicates a Danish version for that file. Over time support of 
  87. additional languages will be added.
  88.  
  89. History
  90. -------
  91.  
  92. |  v1.2 YTCreformat (v2.1) changes:
  93. |
  94. |       Considers a line of blanks or a NULL line as a paragraph separator.
  95. |
  96. |       YTCunmime (v1.1) no changes.
  97.  
  98.    v1.1 YTCreformat (v2.0) changes:
  99.  
  100.         Moved Quoting string and wrap length gadgets to main window
  101.         Removed extra window for specifying quoting strings & wrap length
  102.         Now will ask YAM for the selected mail file using ARexx port.
  103.         Added "YAM" button on GUI to load currently selected mail.
  104.         Added error messages for YAM button.
  105.         Removed the need for YTCreformat.rexx if run from URB.
  106.         Removed disabling of "Save" and "Done" when NOT a mail file.
  107.         Warning message for "not mail" now appears only once per  file.
  108.         Added option for Stripping quoting WITHOUT rewrapping.
  109.         Changed help text for several gadgets.
  110.         Fixed handling bug if NO lines were selected
  111.         MUI information window now appears on same screen as YTCreformat.
  112.         Removed limit on number of lines able to be processed at one time.
  113.         Added WRAPMAX, WRAPMIN, WRAPLEN arguments to handle special needs.   
  114.         Added BUFF=nnnn argument to allow for larger blocks. Default is 4096.
  115.         Added "?" argument to show program arguments
  116.         Added Hide/Show buttons for header listview.
  117.         Upped program and catalogs to v2.0
  118.         Added "ALL" button to select all lines in the body list
  119.  
  120.         YTCunmime (v1.1) changes:
  121.  
  122.         Now will ask YAM for the selected mail file using ARexx port.
  123.         Removed the need for YTCunmime.rexx if run from URB.
  124.         Added "?" argument to show program arguments
  125.  
  126.  
  127.    v1.0 First released versions.
  128.  
  129. Future
  130. ------
  131.    
  132.    As I see more of Yam2.0, I'll rewrite other portions of the original
  133.    YamTools in C and include them in updates. I'm also always looking 
  134.    for ideas, so feel free to write me if you have any suggestions.
  135.  
  136.  
  137. April 18, 1998
  138.  
  139. Dick
  140.  
  141.  
  142. ============================= Archive contents =============================
  143.  
  144. Original  Packed Ratio    Date     Time    Name
  145. -------- ------- ----- --------- --------  -------------
  146.    31464   16979 46.0% 18-Apr-98 00:06:18 +YTCreformat
  147.     3569     894 74.9% 19-Apr-98 14:02:20 +YTCreformat.readme
  148.     3282     862 73.7% 01-Mar-98 16:28:14 +YTCreformat.rexx
  149.     3295     875 73.4% 04-Mar-98 23:03:12 +YTCreformat.rexx.DK
  150.     3292     903 72.5% 17-Mar-98 20:31:50 +YTCreformat.rexx.IT
  151.    19260   11693 39.2% 03-Apr-98 20:33:18 +YTCunmime
  152.     3749     989 73.6% 19-Apr-98 14:03:10 +YTCunmime.readme
  153.     3520    1637 53.4% 19-Apr-98 13:58:56 +ytcreformat.catalog
  154.      346     226 34.6% 05-Mar-98 01:46:56 +ytcunmime.catalog
  155.     3930    1788 54.5% 19-Apr-98 13:59:20 +ytcreformat.catalog
  156.     5231    2290 56.2% 18-Apr-98 00:14:02 +Readme
  157.      951     487 48.7% 05-Apr-98 16:37:04 +YTCreformat.info
  158.      360     235 34.7% 02-Mar-98 17:21:10 +ytcunmime.catalog
  159.     3960    1785 54.9% 19-Apr-98 13:59:40 +YTCreformat.catalog
  160.      398     253 36.4% 09-Apr-98 00:24:52 +YTCunmime.catalog
  161.      759     358 52.8% 20-Jan-98 18:40:34 +YTCunmime.cd
  162.     5871    2123 63.8% 05-Apr-98 23:53:36 +YTCreformat.cd
  163.     4504    1782 60.4% 06-Apr-98 00:22:28 +YTCreformat.ct
  164.      405     252 37.7% 05-Apr-98 16:47:20 +YTCunmime.ct
  165.      892     452 49.3% 06-Apr-98 00:32:58 +YTCunmime.info
  166.     3197     827 74.1% 01-Mar-98 16:28:10 +YTCunmime.rexx
  167.     3206     839 73.8% 04-Mar-98 23:03:32 +YTCunmime.rexx.DK
  168.     5909    2505 57.6% 19-Apr-98 14:01:12 +Readme.DK
  169.     1083     531 50.9% 04-Apr-98 20:20:30 +ReadMe.mui
  170.     3542     903 74.5% 07-Apr-98 00:18:10 +YTCreformat.readme.DK
  171.     3706     992 73.2% 08-Apr-98 18:28:00 +YTCreformat.readme.IT
  172.     2073     650 68.6% 07-Apr-98 00:19:08 +YTCunmime.readme.DK
  173.     3154     860 72.7% 17-Mar-98 20:31:46 +YTCunmime.rexx.IT
  174.      628     249 60.3% 18-Apr-98 00:06:26  YToolsNG.v1.2.info
  175.     4120    1080 73.7% 08-Apr-98 18:27:54 +YTCunmime.readme.IT
  176. -------- ------- ----- --------- --------
  177.   129656   56299 56.5% 22-Apr-98 01:42:56   30 files
  178.